home *** CD-ROM | disk | FTP | other *** search
/ Family Fun / Family Fun.iso / tools / tif2gi.exe / TIF2GIF.DOC next >
Text File  |  1988-10-26  |  2KB  |  29 lines

  1.  TIF2GIF is a program which converts TIFF-G uncompressed (4 or 8
  2. bits/pixel) monochrome image files to GIF image files.  It is not robust
  3. in the TIF formats it will accept; I wrote it for the two cases I
  4. needed.  I am open to suggestions on additional TIFF variations to support.
  5.  
  6.  You have the option if stretching the image in the X direction, making
  7. the resulting file more suitable for the benighted non-square pixels of
  8. a CGA, EGA or Hercules display board.
  9.  
  10.  If the same number of bits is used for the GIF file, no dithering is
  11. used.  Otherwise, you have a choice of Floyd-Steinberg or Stucki
  12. dithering.  FS is quick, and gives reasonable results.  Stucki will give
  13. better detailing, at the expense of some time. 
  14.  
  15.  For multi-bit output, the dithering uses gray-levels, and a "color"
  16. table is written to the file for use by display programs.  Try using 3
  17. bits on a VGA, or 2 bits for an EGA.  ( Be wary of some VGA programs
  18. which do not set color tables correctly! For example, CSHOW5 only allows
  19. 4 shades per primary, just like an EGA.) Most EGA/VGA monitors/cards I have
  20. seen have a disproportionally bright "full white", which gives poor
  21. results, though you could try adjusting the contrast & brightness.  The
  22. IBM 8514, for those of you with $, looks wonderful with 4 bits.  I
  23. have added an option (for Stucki dithering only) to disuse the brightest
  24. level, which helps EGAs with the above problem considerably. 
  25.  
  26.   Please direct comments/complaints to me, CompuServe 7377,1761.
  27.   .. Steve
  28.  
  29.